ComponentOne ASP.NET MVC Controls
ItemsSource Property (ChartSeriesBase<T>)

C1.Web.Mvc Namespace > ChartSeriesBase<T> Class : ItemsSource Property
Gets or sets the ItemsSource settings. Inherited from ItemsBoundControl.
Syntax
'Declaration
 
<JsonConverterAttribute(ConverterType=C1.Web.Mvc.Serialization.ServiceConverter, ConverterParameters=)>
Public Property ItemsSource As IItemsSource(Of T)
[JsonConverter(ConverterType=C1.Web.Mvc.Serialization.ServiceConverter, ConverterParameters=)]
public IItemsSource<T> ItemsSource {get; set;}
See Also

Reference

ChartSeriesBase<T> Class
ChartSeriesBase<T> Members